home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / twist.fpl.readme < prev    next >
Text File  |  1996-03-26  |  595b  |  23 lines

  1. ############################################
  2. File: Twist.FPL
  3. Author: Kjell Ericson
  4. Email: FidoNet 2:201/328, kjer@netcom.se
  5. Short description: Shift a char with the one to the left
  6. Version: 1.0
  7. Date: 19.6.95
  8. Local settings:
  9. Global settings:
  10. Keysequence: CTRL t
  11. Type: Function
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.   The function exchange the character under the cursor with the
  18. one right to the left.  If the cursor is at the end of the line, the two
  19. preceding characters are twisted.
  20.  
  21.   The function will not be executed if the cursor is at the beginning of
  22. the line.
  23.